﻿2026-05-06T11:23:24.2646367Z ##[group]Run actions/checkout@v6
2026-05-06T11:23:24.2647028Z with:
2026-05-06T11:23:24.2647296Z   lfs: true
2026-05-06T11:23:24.2648032Z   repository: Mesya82/Service-Book
2026-05-06T11:23:24.2648671Z   token: ***
2026-05-06T11:23:24.2648926Z   ssh-strict: true
2026-05-06T11:23:24.2649288Z   ssh-user: git
2026-05-06T11:23:24.2649576Z   persist-credentials: true
2026-05-06T11:23:24.2649849Z   clean: true
2026-05-06T11:23:24.2650221Z   sparse-checkout-cone-mode: true
2026-05-06T11:23:24.2650517Z   fetch-depth: 1
2026-05-06T11:23:24.2650810Z   fetch-tags: false
2026-05-06T11:23:24.2651098Z   show-progress: true
2026-05-06T11:23:24.2651402Z   submodules: false
2026-05-06T11:23:24.2651670Z   set-safe-directory: true
2026-05-06T11:23:24.2652385Z env:
2026-05-06T11:23:24.2652706Z   FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
2026-05-06T11:23:24.2653060Z ##[endgroup]
2026-05-06T11:23:24.3769083Z Syncing repository: Mesya82/Service-Book
2026-05-06T11:23:24.3771343Z ##[group]Getting Git version info
2026-05-06T11:23:24.3772500Z Working directory is '/home/runner/work/Service-Book/Service-Book'
2026-05-06T11:23:24.3773771Z [command]/usr/bin/git version
2026-05-06T11:23:24.3805993Z git version 2.53.0
2026-05-06T11:23:24.3881700Z [command]/usr/bin/git lfs version
2026-05-06T11:23:24.4170550Z git-lfs/3.7.1 (GitHub; linux amd64; go 1.24.4)
2026-05-06T11:23:24.4182399Z ##[endgroup]
2026-05-06T11:23:24.4200087Z Temporarily overriding HOME='/home/runner/work/_temp/9b149138-c80e-4699-9eba-da7b7b031fc3' before making global git config changes
2026-05-06T11:23:24.4202344Z Adding repository directory to the temporary git global config as a safe directory
2026-05-06T11:23:24.4207455Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/Service-Book/Service-Book
2026-05-06T11:23:24.4248498Z Deleting the contents of '/home/runner/work/Service-Book/Service-Book'
2026-05-06T11:23:24.4255554Z ##[group]Initializing the repository
2026-05-06T11:23:24.4258901Z [command]/usr/bin/git init /home/runner/work/Service-Book/Service-Book
2026-05-06T11:23:24.4368095Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-06T11:23:24.4371049Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-06T11:23:24.4372708Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-06T11:23:24.4373937Z hint: call:
2026-05-06T11:23:24.4374883Z hint:
2026-05-06T11:23:24.4375809Z hint: 	git config --global init.defaultBranch <name>
2026-05-06T11:23:24.4376703Z hint:
2026-05-06T11:23:24.4378022Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-06T11:23:24.4379614Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-06T11:23:24.4382103Z hint:
2026-05-06T11:23:24.4382892Z hint: 	git branch -m <name>
2026-05-06T11:23:24.4383740Z hint:
2026-05-06T11:23:24.4384791Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-06T11:23:24.4386167Z Initialized empty Git repository in /home/runner/work/Service-Book/Service-Book/.git/
2026-05-06T11:23:24.4391737Z [command]/usr/bin/git remote add origin https://github.com/Mesya82/Service-Book
2026-05-06T11:23:24.4421662Z ##[endgroup]
2026-05-06T11:23:24.4422796Z ##[group]Disabling automatic garbage collection
2026-05-06T11:23:24.4426670Z [command]/usr/bin/git config --local gc.auto 0
2026-05-06T11:23:24.4456563Z ##[endgroup]
2026-05-06T11:23:24.4458508Z ##[group]Setting up auth
2026-05-06T11:23:24.4459592Z Removing SSH command configuration
2026-05-06T11:23:24.4468804Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-06T11:23:24.4502662Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-06T11:23:24.4766899Z Removing HTTP extra header
2026-05-06T11:23:24.4773257Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-06T11:23:24.4811162Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-06T11:23:24.5036600Z Removing includeIf entries pointing to credentials config files
2026-05-06T11:23:24.5042927Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-06T11:23:24.5077148Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-06T11:23:24.5312475Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-f9018ff7-3896-4097-819c-9f96e57ce264.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-06T11:23:24.5353746Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/Service-Book/Service-Book/.git.path /home/runner/work/_temp/git-credentials-f9018ff7-3896-4097-819c-9f96e57ce264.config
2026-05-06T11:23:24.5386756Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/Service-Book/Service-Book/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-f9018ff7-3896-4097-819c-9f96e57ce264.config
2026-05-06T11:23:24.5429130Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-f9018ff7-3896-4097-819c-9f96e57ce264.config
2026-05-06T11:23:24.5462829Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-f9018ff7-3896-4097-819c-9f96e57ce264.config
2026-05-06T11:23:24.5495747Z ##[endgroup]
2026-05-06T11:23:24.5499195Z [command]/usr/bin/git lfs install --local
2026-05-06T11:23:24.5852039Z Updated Git hooks.
2026-05-06T11:23:24.5854143Z Git LFS initialized.
2026-05-06T11:23:24.5869626Z ##[group]Fetching the repository
2026-05-06T11:23:24.5880520Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +975ef6f65f2ed325f930cb801d497a8895adec39:refs/remotes/pull/65/merge
2026-05-06T11:23:25.5376452Z From https://github.com/Mesya82/Service-Book
2026-05-06T11:23:25.5575800Z  * [new ref]         975ef6f65f2ed325f930cb801d497a8895adec39 -> pull/65/merge
2026-05-06T11:23:25.5758645Z ##[endgroup]
2026-05-06T11:23:25.5789283Z ##[group]Determining the checkout info
2026-05-06T11:23:25.5790177Z ##[endgroup]
2026-05-06T11:23:25.5790970Z ##[group]Fetching LFS objects
2026-05-06T11:23:25.5791715Z [command]/usr/bin/git lfs fetch origin refs/remotes/pull/65/merge
2026-05-06T11:23:25.5792566Z Fetching reference refs/remotes/pull/65/merge
2026-05-06T11:23:25.6282348Z ##[endgroup]
2026-05-06T11:23:25.6458869Z [command]/usr/bin/git sparse-checkout disable
2026-05-06T11:23:25.6678528Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-06T11:23:25.7076171Z ##[group]Checking out the ref
2026-05-06T11:23:25.7098050Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/65/merge
2026-05-06T11:23:25.7099544Z Note: switching to 'refs/remotes/pull/65/merge'.
2026-05-06T11:23:25.7100916Z 
2026-05-06T11:23:25.7101622Z You are in 'detached HEAD' state. You can look around, make experimental
2026-05-06T11:23:25.7103204Z changes and commit them, and you can discard any commits you make in this
2026-05-06T11:23:25.7104441Z state without impacting any branches by switching back to a branch.
2026-05-06T11:23:25.7105536Z 
2026-05-06T11:23:25.7106278Z If you want to create a new branch to retain commits you create, you may
2026-05-06T11:23:25.7108100Z do so (now or later) by using -c with the switch command. Example:
2026-05-06T11:23:25.7111029Z 
2026-05-06T11:23:25.7111283Z   git switch -c <new-branch-name>
2026-05-06T11:23:25.7111638Z 
2026-05-06T11:23:25.7111822Z Or undo this operation with:
2026-05-06T11:23:25.7112108Z 
2026-05-06T11:23:25.7112252Z   git switch -
2026-05-06T11:23:25.7112467Z 
2026-05-06T11:23:25.7112855Z Turn off this advice by setting config variable advice.detachedHead to false
2026-05-06T11:23:25.7113711Z 
2026-05-06T11:23:25.7114378Z HEAD is now at 975ef6f Merge 5aac9a8053eb4d326522ae267210c0df4215af3e into a5dde235044b6c4dd43f7c02e62e15ef96905144
2026-05-06T11:23:25.7205960Z Encountered 1 file that should have been a pointer, but wasn't:
2026-05-06T11:23:25.7209031Z 	app/coverage-baselines/gmd_smoke.ec
2026-05-06T11:23:25.7225466Z ##[endgroup]
2026-05-06T11:23:25.7272065Z [command]/usr/bin/git log -1 --format=%H
2026-05-06T11:23:25.7298830Z 975ef6f65f2ed325f930cb801d497a8895adec39
